home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
15002
/
15002.xpi
/
chrome
/
content
/
settings.js
< prev
next >
Wrap
Text File
|
2010-01-22
|
468b
|
20 lines
var fastYoutubeDownloaderSettings = {
ffPreferences : null,
init : function() {
},
save : function () {
var wm = Components.classes['@mozilla.org/appshell/window-mediator;1'].getService(Components.interfaces.nsIWindowMediator);
var e = wm.getEnumerator(null);
while (e.hasMoreElements()) {
var w = e.getNext();
if (w.fastYoutubeDownloader) {
w.fastYoutubeDownloader.initExtensionPref();
}
}
}
}